projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc5d91
)
xenpaging: mkdir /var/lib/xen/xenpaging during make install
author
Keir Fraser
<keir@xen.org>
Tue, 11 Jan 2011 10:32:32 +0000
(10:32 +0000)
committer
Keir Fraser
<keir@xen.org>
Tue, 11 Jan 2011 10:32:32 +0000
(10:32 +0000)
pagefiles go to /var/lib/xen/xenpaging directory,
create this directory during make install
Signed-off-by: Olaf Hering <olaf@aepfle.de>
tools/xenpaging/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenpaging/Makefile
b/tools/xenpaging/Makefile
index de904bb00b3a58edb331629891d8a4c76c5bc465..1d94710abb46bf61b32e8d9c10103d3f011c6ce5 100644
(file)
--- a/
tools/xenpaging/Makefile
+++ b/
tools/xenpaging/Makefile
@@
-27,6
+27,7
@@
xenpaging: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS)
install: all
+ $(INSTALL_DIR) $(DESTDIR)/var/lib/xen/xenpaging
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
$(INSTALL_PROG) $(IBINS) $(DESTDIR)$(SBINDIR)